Esx Settings Hosts Software Drafts CommitSpec
The Esx Settings Hosts Software Drafts CommitSpec schema contains properties that are used to create a new commit.
This schema was added in vSphere API 8.0.0.1.
{
"message": "string",
"orchestrator": {
"owner": "string",
"owner_data": "string"
}
}
Message to include with the commit.
This property was added in vSphere API 8.0.0.1.
If missing or null
, message is set to empty string.
Orchestrator specification of the commit.
This property was added in vSphere API 9.0.0.0.
If missing or null
, no orchestrator details is provided with the commit.
Note:
It is used by vLCM orchestrators like SDDC Manager to manage the desired state. For a non-orchestrator user i.e. a VC user, it must be unset.
Setting it prevents other users from modifying the committed desired state.